func hash/maphash.comparableHash

3 uses

	hash/maphash (current package)
		maphash.go#L289: 	return comparableHash(v, seed)
		maphash_runtime.go#L50: func comparableHash[T comparable](v T, seed Seed) uint64 {
		maphash_runtime.go#L69: 	h.state.s = comparableHash(v, h.state)